Please read the following, it will save you a lot of problems!
VB Code Print is a little somehting I created to help me as a VB programmer. After looking at several of the existing packages on the market that can be used to format VB files and print them I decided to write my own. There is nothing wrong with most of them, I just did not feel they were worth $40 -$50!
This does just the basics, but the basics meet most of the printing needs. I have addressed some of the limitations in the version I ship out as the registered version. The some of added features are:
1. The shareware version will only print the VB files that are saved as text. If you do not save your files as text simply go to "Save file as..." and check save as text. For new projects you can set VB to save all files as text. If you insist on saving your VB files in binary you will have to buy the registered copy, it will do so.
2. Selecting a printer. The shareware version uses the printer that is currently selected in windows.
3. Selecting individual procedures in a BAS or FRM file.
4. The font selection capabilities are also disabled in the sharware version.
5. Other miscellaneous things!
This version is marked as shareware, but I realize that most people will never register it. So here is the BIG DEAL. If you want the more compleate version send me ten bucks, this will cover my expenses and time. If you are happy using this version feel free to do so! All I ask is that you send me an e-mail at the address in the about box and let me know how you like, and what I should do to improve it!
sincerly
michael thornton
PS: If you are interested in the code, you can purchase it. Some of the things I do that may be of interest are use tabs, common
dialog, and an elastic form. It's done with code! The only file required besides the executable is THREED.VBX. Send me an e-mail if interested.